Skip to content

Comment list scan#7

Open
utrack wants to merge 2 commits intoOsse:masterfrom
utrack:fix-comment-regex
Open

Comment list scan#7
utrack wants to merge 2 commits intoOsse:masterfrom
utrack:fix-comment-regex

Conversation

@utrack
Copy link

@utrack utrack commented Sep 10, 2015

Started working on list scan on the &comments string.
For now the comments are extracted successfully, however the join() works weird.

While regex extracts every non-multiline comment as it should, join(matchlist()) does not return joined list of matches (duh).

comments: s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
matches (simulated on virex): //,#,%,XCOMM,>
joined (from debug info): //q,qqqqqqqq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant